|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProcessEngineObserver
An observer that is notified of changes to the process engine.
| Field Summary | |
|---|---|
static int |
COMPONENT_TYPE_ACTION
Represents that an action changed. |
static int |
COMPONENT_TYPE_CONFIGURATION
Represents that a configuration changed. |
static int |
COMPONENT_TYPE_OBSERVER
Represents that an observer changed. |
static int |
COMPONENT_TYPE_SERVICE
Represents that a service changed. |
static int |
EVENT_TYPE_CHANGED
The event fired when the component for an identifier changes. |
static int |
EVENT_TYPE_RELEASED
The event fired when the component for an identifier is released. |
static int |
EVENT_TYPE_SELECTED
The event fired when a component has been selected for an identifier. |
| Method Summary | |
|---|---|
void |
processEngineUpdated(int eventType,
int componentType,
java.lang.String componentIdentifier)
Called when a change has occurred to the internals of the process engine. |
| Field Detail |
|---|
static final int EVENT_TYPE_SELECTED
static final int EVENT_TYPE_CHANGED
static final int EVENT_TYPE_RELEASED
static final int COMPONENT_TYPE_ACTION
static final int COMPONENT_TYPE_CONFIGURATION
static final int COMPONENT_TYPE_OBSERVER
static final int COMPONENT_TYPE_SERVICE
| Method Detail |
|---|
void processEngineUpdated(int eventType,
int componentType,
java.lang.String componentIdentifier)
eventType - The type of event that ocurred.componentType - The type of component that changed.componentIdentifier - The identifier of the component that changed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||